home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor07.db < prev    next >
Text File  |  2002-09-25  |  968b  |  38 lines

  1. @@title WikiWriter Tutorial: Build numbered lists
  2. .nav WikiWriter Tutorial: ((tutor06|Prev)) | ((tutor00|Up)) | ((tutor08|Next))
  3. .end
  4. == Build numbered lists
  5. To make a numbered list, use the "hash" (pound sign) token for each list item, with a slash-hash (/#) on a line by itself to mark the end of the list:
  6. <pre>
  7.     # List item one
  8.     # List item two
  9.     # List item three
  10.     /#
  11. </pre>
  12. gives you:
  13. # List item one
  14. # List item two
  15. # List item three
  16. /#
  17.  
  18. Try it out.
  19.  
  20. Still working on [[b Second Page]], change each star token to a hash token, and change the slash-star to a slash-hash:
  21. <pre># Link back to ((Home)).
  22. # This link goes to the ((Third Page|next)) page.
  23. /#
  24. </pre>
  25.  
  26. Here's the result:
  27. .result
  28. == My second page.
  29. # Link back to ((Home)).
  30. # This link goes to the ((Third Page|next)) page.
  31. /#
  32. .end
  33.  
  34. .nav WikiWriter Tutorial: ((tutor06|Prev)) | ((tutor00|Up)) | ((tutor08|Next))
  35. .end
  36.  
  37.  
  38.